home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 176-200 / 183 / contents next >
Text File  |  1995-03-13  |  1KB  |  28 lines

  1. This is disk 183 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. FixFd        A utility for Amiga assembly programmers.  FixFd will 
  6.         read a '.FD' file and output a file that can be 
  7.         'INCLUDE'ed rather than having to link with the 
  8.         colossal 'Amiga.Lib'.  Version 1.0, includes source in
  9.         assembly.
  10.         Author:  Peter Wyspianski
  11.  
  12. Mklib        Another example of building a shared library that 
  13.         evolved from "Elib" on disk number 87.  Also included
  14.         is a library, Edlib, which contains several functions
  15.         not included in the Manx standard libraries.  Includes
  16.         source.
  17.         Author:  Edwin Hoogerbeets with C-functions from several
  18.              different authors
  19.  
  20. PCQ        A subset implementation of a freely-redistributable
  21.         Pascal compiler.  Supports include files, external
  22.         references, records, enumerated types, pointers, arrays,
  23.             strings and more.  Presently does not support range
  24.         types, the 'with' statement or sets.  Version 1.0,
  25.         includes source and sample programs.
  26.         Author:  Patrick Quaid
  27.         
  28.